Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGICCColor

The SVGICCColor interface expresses an ICC-based color specification.

Properties
DOMString
colorProfile
The name of the color profile, which is the first parameter of an ICC color specification. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.
SVGNumberList
colors
The list of color values that define this ICC color. Each color value is an arbitrary floating point number.
Referenced by
SVGColoriccColor